atoulme-Antwrap 0.7.1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +69 -0
- data/LICENSE +201 -0
- data/Manifest.txt +16 -0
- data/README.txt +344 -0
- data/Rakefile +49 -0
- data/docs/index.html +148 -0
- data/docs/index_files/Brander.css +669 -0
- data/docs/index_files/blankdot.gif +0 -0
- data/docs/index_files/blankdot.html +163 -0
- data/docs/index_files/urchin.js +624 -0
- data/lib/ant_libraries.rb +31 -0
- data/lib/ant_project.rb +141 -0
- data/lib/ant_task.rb +126 -0
- data/lib/antwrap.rb +22 -0
- data/lib/antwrap_utilities.rb +32 -0
- data/lib/java_adapter.rb +52 -0
- metadata +101 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta name="description" content="Collaborate. Publish. Blog. Free!">
|
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
7
|
+
<link rel="shortcut icon" href="/favicon.ico" />
|
|
8
|
+
<title>Google Docs & Spreadsheets -- Page Not Found</title>
|
|
9
|
+
<link rel="stylesheet" type="text/css" href="/Brander?f=StyleSheet.css&v=2sc2"/>
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="/Brander?f=Skin.css&v=3cmh"/>
|
|
11
|
+
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
|
|
15
|
+
<div align=center>
|
|
16
|
+
|
|
17
|
+
<div id=appDlgBgSep style="display: none"></div>
|
|
18
|
+
|
|
19
|
+
<div id=appDlgDiv style="position: absolute; left:-10000; top: -10000">
|
|
20
|
+
|
|
21
|
+
<table id=appDlgTitle cellspacing=0 width=100%>
|
|
22
|
+
<tr>
|
|
23
|
+
<td id=appDlgTitleText class=appDlgTitleText>Working...</td>
|
|
24
|
+
<td class=appDlgTitleText width=10 align="right">
|
|
25
|
+
<a href=#>
|
|
26
|
+
<img title="Close Dialog" id=appDlgCloseBox border="0"
|
|
27
|
+
src="/images/close_box.gif?v=1"
|
|
28
|
+
width="15" height="15">
|
|
29
|
+
</a>
|
|
30
|
+
</td>
|
|
31
|
+
</tr>
|
|
32
|
+
</table>
|
|
33
|
+
|
|
34
|
+
<iframe id=appDlgFrame src="" marginwidth="0" marginheight="0"
|
|
35
|
+
scrolling="no" name="dlgFrame" border="0" frameborder="0">
|
|
36
|
+
</iframe>
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<span id="savingDiv" style="z-index: 5000" class="hiddenStatus"><img src="/images/blankdot.gif">Saving...</span>
|
|
41
|
+
|
|
42
|
+
<div style="width: 100%">
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
<div style="padding: 8px;">
|
|
50
|
+
<table cellpadding="0" cellspacing="0" border=0 width="100%">
|
|
51
|
+
<tbody>
|
|
52
|
+
<tr>
|
|
53
|
+
<td rowspan=2 style="padding-right: 2px" width="150">
|
|
54
|
+
<a href="/"><img src="/images/docsslogo.gif" height="65" width="143" border=0></a>
|
|
55
|
+
</td>
|
|
56
|
+
|
|
57
|
+
<td class=miscTopTitle style="padding-bottom: 2px;" height=40 nowrap valign=bottom>
|
|
58
|
+
<b></b>
|
|
59
|
+
</td>
|
|
60
|
+
|
|
61
|
+
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td height=15></td>
|
|
64
|
+
</tr>
|
|
65
|
+
</tbody>
|
|
66
|
+
</table>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
<div class=menu_div style="position: absolute; left: -1000px; top: -1000px" id=MENU></div>
|
|
77
|
+
|
|
78
|
+
<script>
|
|
79
|
+
function SearchKeyDown(ctl, event) {
|
|
80
|
+
if (event.keyCode == 13) {
|
|
81
|
+
HideMenus();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
function SetInitialFocusIfAny() {
|
|
86
|
+
var focusTo = "";
|
|
87
|
+
try {
|
|
88
|
+
if (focusTo != "null" && document.getElementById(focusTo) != null)
|
|
89
|
+
document.getElementById(focusTo).focus();
|
|
90
|
+
} catch (e) {}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function DoPageLoad() {
|
|
94
|
+
SetInitialFocusIfAny();
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
}
|
|
101
|
+
</script>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<p class=BigCaption style="padding-top: 50px; line-height: 150%;">Sorry, the page (or document) you have requested does not exist.</p>
|
|
105
|
+
<p style="padding-top: 10px; padding-bottom: 60px">Please check the address and try again.</p>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<div align="center" class="pageFtrText app">
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
<table cellpadding="0" cellspacing="0" width="100%" class=app><tbody><tr>
|
|
114
|
+
|
|
115
|
+
<td class="app miscBottomFtr" align=center class=app>
|
|
116
|
+
|
|
117
|
+
<span class=graytext>©2007 Google - </span>
|
|
118
|
+
<a id="helpUrl" class="pageFtrText" href="http://docs.google.com/support/?hl=en" target="_blank">Google Docs & Spreadsheets Help</a> -
|
|
119
|
+
<a id="termsUrl" class="pageFtrText" href="http://www.google.com/accounts/TOS" target="_blank">Terms of Use</a> -
|
|
120
|
+
<a id="privacyUrl" class="pageFtrText" href="http://www.google.com/google-d-s/privacy.html" target="_blank">Privacy Policy</a> -
|
|
121
|
+
<a id="legalUrl" class="pageFtrText" href="http://www.google.com/google-d-s/legal.html" target="_blank">Legal Notices</a>
|
|
122
|
+
|
|
123
|
+
</td>
|
|
124
|
+
</td>
|
|
125
|
+
</tr>
|
|
126
|
+
<tr>
|
|
127
|
+
<td class=miscBottomFtrNoLine align=center>
|
|
128
|
+
<script language="JavaScript" type="text/javascript">
|
|
129
|
+
var google_conversion_id = 1065610311;
|
|
130
|
+
var google_conversion_language = "en_US";
|
|
131
|
+
var google_conversion_format = "1";
|
|
132
|
+
var google_conversion_color = "FFFFFF";
|
|
133
|
+
var google_conversion_label = "SIGNUP";
|
|
134
|
+
</script>
|
|
135
|
+
<script language ="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"></script>
|
|
136
|
+
</td>
|
|
137
|
+
</tr>
|
|
138
|
+
</tbody></table>
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
</div>
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
</div>
|
|
150
|
+
|
|
151
|
+
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
<script type="text/javascript">
|
|
155
|
+
|
|
156
|
+
_uacct="UA-18065-1";
|
|
157
|
+
_uanchor=1;
|
|
158
|
+
urchinTracker();
|
|
159
|
+
|
|
160
|
+
</script>
|
|
161
|
+
|
|
162
|
+
</body>
|
|
163
|
+
</html>
|