wvc/trunk/mail/build.xml?revision=1156&root=classpathx&view=markup
which closely matches:
thufir@dur:~$ jar -tf /usr/share/java/gnumail-providers.jar
META-INF/
META-INF/MANIFEST.MF
gnu/
gnu/mail/
gnu/mail/providers/
gnu/mail/providers/ReadOnlyMessage.class
gnu/mail/providers/imap/
gnu
it with all other files.
>
> - Alexey.
Ah, thanks, I'll look into that :)
-Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
al/CoreTasks/zip.html> and
this seems to be the ticket.
How do I get the manifest into the zip file from ant?
Thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 8/1/05, Burgess, Benjamin <[EMAIL PROTECTED]> wrote:
> To print a file to the screen you could do this:
>
>
>
>
> Ben
That's great, Ben, really appreciate that :)
-Thufir
-
To unsubscribe,
On 7/31/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
> 50 lines?
>
> I have one script that is upwards of 700 lines. I wouldn't worry about
> 50 ;)
>
> Frank
How do you organize that? 700 lines is just way too bi
omewhat hesitant to pursue that.
My 50 line build.xml, not counting the properties.xml file which is
imported, seems too large to me.
-Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
45
46
47
48
[EMAIL PROTECTED] java]$ ant
Buildfile: build.xml
Overriding previous definition of reference to jamocha.path
[echo] classpath=/home/thufir/java/lib/JamochaMUD.jar
clean:
[delete] Deleting directory /home/thufir/j
uild.xml left off.
build.xml itself wouldn't really be doing anything at all, but calling
build2.xml, build3.xml, etc. All the work is being done in
build[n].xml, so to speak.
Can that be done with antcall, or is something else required?
thanks,
Thufir
ure out how to move the doFoo target outside of the
build.xml file.
Thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 7/30/05, Juergen Hermann <[EMAIL PROTECTED]> wrote:
> On Sat, 30 Jul 2005 08:32:45 +0100, THUFIR HAWAT wrote:
>
> >I'm looking at <http://ant.apache.org/manual/CoreTasks/echo.html> but
> >don't see how to echo a file to the screen (System.out?).
>
&g
rom ant so that it's platform independant? If
it's a tricky problem, then how is that done on linux?
I was writing a (very basic) script in linux, which included the ant
command, but that seems silly. In linux I'm wanting to string
together these commands:
date
cd /home/thufir/java/
cp
I did a bit of googling, and per <http://www.jguru.com/faq/view.jsp?EID=471917>
put an echo statement in there. I'm working on adding more
echo statements to debug this. here's where I'm currently at:
[EMAIL PROTECTED] java]$ pwd
/home/thufir/java
[EMAIL PROTECTED] java]
On 5/27/05, Mark Lundquist <[EMAIL PROTECTED]> wrote:
...
> That's wrong, I meant to say this:
>
>
>
>
...
yes?
(I'm not at my computer right now, wil
che Ant version 1.6.4 compiled on May 19 2005
Apache Ant version 1.6.4 compiled on May 19 2005
Buildfile: build.xml
Detected Java version: 1.5 in: /usr/java/jdk1.5.0_02/jre
Detected OS: Linux
parsing buildfile /home/thufir/java/build.xml with URI =
file:///home/thufir/java/build.xmlProj
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote:
>
> On May 24, 2005, at 11:15 AM, THUFIR HAWAT wrote:
>
> > I can't pin down why I think this, but I believe there's a mismatch
> > between where the build file says to find Tidy.jar and its actual
&
al 184
-rw-rw-r-- 1 thufir thufir 177868 Aug 1 2001 Tidy.jar
[EMAIL PROTECTED] java]$
[EMAIL PROTECTED] java]$ ant
Buildfile: build.xml
clean:
[delete] Deleting directory /home/thufir/java/bin
prepare:
[mkdir] Created dir: /home/thufir/java/bin
compile:
[javac] Compiling 1 source fil
I'm not sure how to approach this error, any pointers would be appreciated.
from the console:
[EMAIL PROTECTED] java]$
[EMAIL PROTECTED] java]$ ant
Buildfile: build.xml
clean:
[delete] Deleting directory /home/thufir/java/bin
prepare:
[mkdir] Created dir: /home/thufir/java/bin
co
properties.xml
[EMAIL PROTECTED] java]$
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
not compute" for me because it seems jpackage is putting
ant in a different place than specified by the ant manual. is there
indeed a discrepancy between jpackage and the ant manual?
thanks,
Thufir
-
To unsubscribe, e-mai
On 5/19/05, THUFIR HAWAT <[EMAIL PROTECTED]> wrote:
> "Unix (bash)
>
> Assume Ant is installed in /usr/local/ant. The following sets up the
> environment:
>
> export ANT_HOME=/usr/local/ant
> export JAVA_HOME=/usr/local/jdk-1.2.2
> export PATH=${PATH}:${ANT_
1 root root 3718 Jul 16 2004 ant-update.xsl
-rw-r--r-- 1 root root 4642 Jul 16 2004 changelog.xsl
-rw-r--r-- 1 root root 27666 Jul 16 2004 junit-frames-xalan1.xsl
-rw-r--r-- 1 root root 6213 Jul 16 2004 log.xsl
-rw-r--r-- 1 root root 5885 Jul 16 2004 tagdiff.xsl
[EMAIL PROTECTE
ant: Not a directory
[EMAIL PROTECTED] bin]$
platform: linux, fedora core 3
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ot in /usr/local, and installing from jpackage gives the
error saying that ant is already installed. where else could ant be?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
will override existing references that
have been defined outside of targets in the new project -
but not those defined inside of targets."
<http://ant.apache.org/manual/CoreTasks/antcall.html>
should be used to call the package task of
package.xml
On Thu, 17 Mar 2005 11:43:57 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Thu, 17 Mar 2005, THUFIR HAWAT <[EMAIL PROTECTED]> wrote:
>
> > file and mode attributes are types of tags?
>
> The Ant manual assumes you are at least vaguely familiar with XML
>
List: ant-user
Subject:Re: putting it together
From: Stefan Bodewig
Date: 2005-03-17 8:40:32
Message-ID:
[Download message RAW]
On Thu, 17 Mar 2005, THUFIR HAWAT <[EMAIL PROTECTED]> wrote:
> but, how do you put these together into a target?
By reading the first
nto a target?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
x27;t follow for me, as manifest is nested within jar. what
does the error mean, please?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
a google search on "ant +decompose +'build.xml'" isn't sufficiently
answering the question of: can a build file be decomposed?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
he manual. I've
found an API for ant at
<http://www.jajakarta.org/ant/ant-1.6.1/docs/ja/manual/api/org/apache/tools/ant/taskdefs/Manifest.html>
besides reading the manual front to back, where can I find out about
this "file attribute" and how "jarfile" works?
thanks,
Thu
D:\>ant
Buildfile: build.xml
BUILD FAILED
D:\build.xml:40: Element type "jar" must be followed by either
attribute specifications, ">" or
:
unfortunately, both jar files have the same manifest :(
how do I create two different manifests and specify them, please?
thanks,
Thufir
I've got some source and build files
at<http://thufir.lecktronix.net/>. is it possible to compile both
source files to make two .jar files from one build file?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PRO
On Mon, 14 Mar 2005 11:57:27 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
>
> Jan
>
[..]
think I got it, thanks :)
-Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
On Mon, 14 Mar 2005 10:51:08 +, THUFIR HAWAT <[EMAIL PROTECTED]> wrote:
> The data:
[..]
err, the question:
how do I modify build.xml so that the import works?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL
va\classes
[javac] D:\java\src\atreides\xhtml\HelloWorldSwing.java:3: package
org.w3c.tidy does not exist
[javac] import org.w3c.tidy.Tidy;
[javac] ^
[javac] 1 error
BUILD FAILED
D:\build.xml:17: Compile failed; see the
can be changed to:
does that seem a good, or "standard," technique?
thanks,
Thufir
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
thanks, Kristian :)
any critique as to my build.xml file?
-Thufir
On Mon, 14 Mar 2005 19:43:18 +1100, Kristian Perkins
<[EMAIL PROTECTED]> wrote:
> you have to specify the fully qualified package name of the main class
> in the Main-Class attribute.
> try:
> Main-Class: hel
}
public static void main(String[] args) {
//Schedule a job for the event-dispatching thread:
//creating and showing this application's GUI.
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() {
createAndShowGU
ad, in TidyTest.jar.
I hope I'm making at least some sense. For right now
I'll concentrate on getting ant to compile TidyTest.java
so that TidyTest.java can be executed with the java command,
then I'll work on packaging it up. Does that seem a good
way to approach this topic?
Boy, that's a silly error on my part. Monsters is a whole diff package, I
must've mixed them up. Thanks for spotting this. I've cc'ed the list, for the
sake of the archives, yes?
-Thufir
- Original Message -
From: "Saket Joshi" <[EMAIL PROTECTED]&g
the classpath switch when running the .jar?
Thanks,
Thufir
///Jan wrote:
Your buildfile is correct, but your call for start is not.
While compiling you have included Tidy.jar (${includeJar}), but you havent
when starting TidyTest.jar.
1) add the classpath when starting via "java -
/ Thread th1 = new Thread(t1);
// th1.start();
}//main
}//TidyTest
Thank you,
Thufir Hawat
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
---
I'd like to change the .jar file created to include all the source code, but
can't find the syntax. How do I do that, pls?
if someone's subscribed to the regular and digest lists and they unsubscribe
from the regular list, they'll still get the digest, right?
thanks,
Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfr
C:\ant\apache-ant-1.6.2>
thanks,
Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
heh, since the Apache Xerces2 XML parser comes with ant, nevermind. sorry,
wasn't reading very well!
-Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejum
sorry for the flurry of questions, but what's meant by:
To build and use Ant, you must have a JAXP-compliant XML parser installed and
available on your classpath.
how would I know if I do, pls?
thanks,
Thufir
--
___
Sign-up for Ads
from the manual:
"Setup
Before you can run ant there is some additional set up you will need to do:
* Add the bin directory to your path."
how do I check that, pls?
thanks,
Thufir
--
___
Sign-up for Ads Free at Mai
%PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin
>
a, thank you :)
Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
-
To
java where to find
java.exe have been deleted?
again, thanks for the help,
Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
-
To u
pls
just help me set these variables so everything works, the why is
incidental at this point :)
thanks,
Thufir
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
52 matches
Mail list logo