DO NOT REPLY [Bug 29986] New: - Recursive dependencies.

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29986

Recursive dependencies.

   Summary: Recursive dependencies.
   Product: Ant
   Version: 1.6.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Build Process
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


To quickly sum up my issue, I have two separate but dependent projects.  These
projects both .  They both call the jar
target, which depends on compile, which depends on dependencies.  The idea
behind this process is that each project can build the projects that it depends
upon, and that this process can be done recursively down to the foundation
project that depends on no other projects.

The problem is that when projectA calls the dependencies target which uses
subant to call the dependencies target on projectB (which projectA depends upon)
Ant barfs with the following trace:

Start Trace ---
C:\dev\home\dfaFinSys\project\travel_web>ant -v compile
Apache Ant version 1.6.1 compiled on February 12 2004
Buildfile: build.xml
Detected Java version: 1.4 in: C:\j2sdk1.4.2_04\jre
Detected OS: Windows XP
parsing buildfile C:\dev\home\dfaFinSys\project\travel_web\build.xml with URI =
file:///C:/dev/home/dfaFinSys/project/travel_web/build.xml
Project base dir set to: C:\dev\home\dfaFinSys\project\travel_web
 [property] Loading C:\Documents and Settings\Evans\ant.properties
 [property] Unable to find property file: C:\Documents and
Settings\Evans\ant.properties
 [property] Loading C:\dev\home\dfaFinSys\project\travel_web\build.properties
 [property] Loading C:\dev\home\dfaFinSys\project\build-master.properties
Importing file ../build-master.xml from
C:\dev\home\dfaFinSys\project\travel_web\build.xml
parsing buildfile C:\dev\home\dfaFinSys\project\build-master.xml with URI =
file:///C:/dev/home/dfaFinSys/project/build-master.xml
Overriding previous definition of reference to dfa_project.dependencies
 [property] Loading Environment env.
Build sequence for target `compile' is [dependencies, compile]
Complete build sequence is [dependencies, compile, setup-workspace, init, clean,
jar, war, ]

dependencies:
   [subant] calling target jar in build file
C:\dev\home\dfaFinSys\project\travel_web\build.xml
parsing buildfile C:\dev\home\dfaFinSys\project\travel_web\build.xml with URI =
file:///C:/dev/home/dfaFinSys/project/travel_web/build.xml
Project base dir set to: C:\dev\home\dfaFinSys\project\travel_web
 [property] Loading C:\Documents and Settings\Evans\ant.properties
 [property] Unable to find property file: C:\Documents and
Settings\Evans\ant.properties
 [property] Loading C:\dev\home\dfaFinSys\project\travel_web\build.properties
 [property] Loading C:\dev\home\dfaFinSys\project\build-master.properties
Importing file ../build-master.xml from
C:\dev\home\dfaFinSys\project\travel_web\build.xml
parsing buildfile C:\dev\home\dfaFinSys\project\build-master.xml with URI =
file:///C:/dev/home/dfaFinSys/project/build-master.xml
Overriding previous definition of reference to dfa_project.dependencies
 [property] Loading Environment env.
Build sequence for target `jar' is [dependencies, compile, jar]
Complete build sequence is [dependencies, compile, jar, setup-workspace, init,
clean, war, ]

BUILD FAILED
C:\dev\home\dfaFinSys\project\build-master.xml:145: subant task calling a target
that depends on its parent target 'dependencies'.
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:368)
at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:182)
at org.apache.tools.ant.taskdefs.SubAnt.execute(SubAnt.java:112)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:301)
at org.apache.tools.ant.Target.performTasks(Target.java:328)
at org.apache.tools.ant.Project.executeTarget(Project.java:1215)
at org.apache.tools.ant.Project.executeTargets(Project.java:1063)
at org.apache.tools.ant.Main.runBuild(Main.java:632)
at org.apache.tools.ant.Main.startAnt(Main.java:183)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56)

Total time: 1 second
C:\dev\home\dfaFinSys\project\travel_web>
Stop Trace 

Here's my project directory structure:

projects/
projects/build-master.xml
projects/build-master.properties
projects/apples/build.xml
projects/apples/build.properties
projects/apples/src/
projects/apples/classes/
projects/bananas/build.xml
projects/bananas/build.properties
proj

DO NOT REPLY [Bug 29978] New: - No way to run Apt processor for JDK 1.5

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29978

No way to run Apt processor for JDK 1.5

   Summary: No way to run Apt processor for JDK 1.5
   Product: Ant
   Version: 1.6.2beta1
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I've created an Apt task, and a corresponding compiler adapter which runs apt 
executable to kick off the compile.  The task forces the compiler to this 
compiler adapter, and also forces the forking to true.  In addition, it allows 
addition attributes and subelements for the Apt arguments.  Please let me know 
if there is interest in including this in the core Ant distribution.


  
  

This also supports a "factory" attribute corresponding to the -factory 
parameter, and a "factorypathref" attribute and "factorypath" element to
correspond to the -factorypath argument.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29977] New: - topoSort() logic is broken with multiple targets

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29977

topoSort() logic is broken with multiple targets

   Summary: topoSort() logic is broken with multiple targets
   Product: Ant
   Version: 1.7Alpha (nightly)
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


ANT (and , and ) trims result from topoSort() by searching 
the last mentioned target. It does not work. topoSort() should return 
only targets that should be executed, so no trimming is required.

This is a test example:


  
t1
  
  
t2
  
  

  
  

  
  

  
  

  


Only "t1" is executed when "all" is called, but both "t1" and "t2" with "all2".

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29952] - Ant 1.4.1 is not working with jdk1.4.2

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29952

Ant 1.4.1 is not working with jdk1.4.2





--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 15:25 ---
Thanks a lot
I removed -X option it is working fine now.
Jyothi

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Class.forName() in test environment

2004-07-08 Thread Stefan Bodewig
On Thu, 8 Jul 2004, Jan Materne <[EMAIL PROTECTED]> wrote:

> A first view into the build.xml seems to add the test classes (and
> sources) to the classpath, but it doesnt ...

Delegating class loaders.

The core Ant classes are loaded by a classloader closer to the system
classloader than the one the nested  defines, so your
Class.forName never has a chance to reach up for it.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Class.forName() in test environment

2004-07-08 Thread Stefan Bodewig
On Thu, 08 Jul 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:

> I'd suspect the classloader used for loading the algorithm is not
> the one you want. There may be a context class loader (We dont use
> that in ant, yet, do we?),

We do - in some places.  And I think the junit task sets it.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Class.forName() in test environment

2004-07-08 Thread Steve Loughran
[EMAIL PROTECTED] wrote:
I´ve added the capability to specify a class which the  selector
should load as cache|algorithm|comparator. Test passed.
BUT
I have to add "-lib build\testcases" for running the tests, otherwise
the selector wont find a mock class which resides in the test package.
A first view into the build.xml seems to add the test classes (and sources)
to the classpath, but it doesnt ...
I'd suspect the classloader used for loading the algorithm is not the 
one you want. There may be a context class loader (We dont use that in 
ant, yet, do we?), or you find the taskdef that declares the algorithm, 
the classpath of it and you are away. Yes, this probably means a new 
kind of ant type...

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Class.forName() in test environment

2004-07-08 Thread Jan . Materne
I´ve added the capability to specify a class which the  selector
should load as cache|algorithm|comparator. Test passed.

BUT

I have to add "-lib build\testcases" for running the tests, otherwise
the selector wont find a mock class which resides in the test package.

A first view into the build.xml seems to add the test classes (and sources)
to the classpath, but it doesnt ...

Has someone an idea?


Jan



src/main/.../selectors/modfiedselector
ModifiedSelector.java:   Object rv =
Class.forName(classname).newInstance();

src/testcases/.../selectors/
ModifiedSelectorTest.java: 
String algo =
getAlgoName("org.apache.tools.ant.types.selectors.MockAlgorithm");
...
private String getAlgoName(String classname) {
ModifiedSelector sel = new ModifiedSelector();
sel.setAlgorithmClass(classname);
// let the selector do its checks
sel.validate();
String s1 = sel.toString();
int posStart = s1.indexOf("algorithm=") + 10;
int posEnd   = s1.indexOf(" comparator=");
String algo  = s1.substring(posStart, posEnd);
...
return algo;
}

MockAlgorithm.java
MockCache.java
MockComparator.java

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 25777] - [PATCH] [REGRESSION] Cannot pass composite path reference between scripts

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25777

[PATCH] [REGRESSION] Cannot pass composite path reference between scripts

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 11:39 ---
*** Bug 29974 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29974] - In task no longer copies refs based on refs

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29974

In  task  no longer copies refs based on refs

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 11:39 ---


*** This bug has been marked as a duplicate of 25777 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29974] New: - In task no longer copies refs based on refs

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29974

In  task  no longer copies refs based on refs

   Summary: In  task  no longer copies refs based on
refs
   Product: Ant
   Version: 1.6.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If a build file defines the following:
  


  
  


  

And a target calls:
  



  

Then - generic.xml fails with undefined reference "project.classpath". In Ant 
1.5.3, it works fine.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29952] - Ant 1.4.1 is not working with jdk1.4.2

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29952

Ant 1.4.1 is not working with jdk1.4.2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 08:00 ---
The ant.bat in the distribution file jakarta-ant-1.4-bin.zip
does not contain a -X option for the java command. This must have been placed
in the file on the local machine at some stage to get a
build to work. The correct way to do this is the set the env variable
ANT_OPTS.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Issues with selector.

2004-07-08 Thread Jan . Materne
> Either that or a software grant.  Strictly speaking we'd even need it
> for patches, I believe.
> 
> Then again the new license contains an implict CLA in section 5, so if
> this is a patch against Ant 1.6.1, we already have the CLA.

good to know

The entry in nagoya speaks from 1.6.1
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29743


> Is there any licence or copyright statement attached to Robert's
> submission?

The header is license 2.0. The only place where you could find Robert´s name
was an @author tag.

Then I could commit the changes (hopefully today) to CVS_HEAD.


Jan


Re: Issues with selector.

2004-07-08 Thread Stefan Bodewig
On Tue, 6 Jul 2004, Jan Materne <[EMAIL PROTECTED]> wrote:

> I am on integrating the suggestions. But there is one point I need
> help: Robert gave a complete new source [1] as attachement to the
> RFE [2]. Do we need a CLA?

Either that or a software grant.  Strictly speaking we'd even need it
for patches, I believe.

Then again the new license contains an implict CLA in section 5, so if
this is a patch against Ant 1.6.1, we already have the CLA.

Is there any licence or copyright statement attached to Robert's
submission?

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[GUMP@brutus]: ant/dist-ant success

2004-07-08 Thread Gump Integration Build
To whom it may satisfy...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact folk at [EMAIL PROTECTED]

Project dist-ant *no longer* has an issue.
Project State : 'Success'

Full details are available at:

http://brutus.apache.org:8080/gump/ant/dist-ant/index.html

That said, some snippets follow:


The following annotations were provided:
 -INFO- Enable "verbose" output, due to 1 previous error(s).
 -INFO- No license on redistributable project with outputs.


The following work was performed:
http://brutus.apache.org:8080/gump/ant/dist-ant/gump_work/build_ant_dist-ant.html
Work Name: build_ant_dist-ant (Type: Build)
State: Success
Elapsed: 0 hours, 3 minutes, 3 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -verbose 
-Dgump.merge=/usr/local/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dchmod.fail=false distribution 
[Working Directory: /usr/local/gump/public/workspace/ant]
CLASSPATH : 
/usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/xml-stylebook/bin/stylebook-1.0-b3_xalan-2.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jakarta-commons/net/dist/commons-net-20040707.jar:/usr/local/gump/packages/jaf-1.0.1/activation.jar:/usr/local/gump/public/workspace/jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-lf5-20040707.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-chainsaw-20040707.jar:/usr/local/gump/public/workspace/logging-log4j/log4j-20040707.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-20040707.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-20040707.jar:/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar:/usr/local/gump/packages/javamail-1.3/mail.jar:/usr/local/gump/packages/jdepend-2.6/lib/jdepend.jar:/usr/local/gump/packages/jsch-0.1.14/dist/lib/jsch-gump.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jrefactory/jar/jai_codec.jar:/usr/local/gump/public/workspace/jrefactory/jar/jai_core.jar-
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant2/VFS.txt
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant2/requested-features.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant2/original-specification.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant2/actionlist.html
   [delete] Deleting directory 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant2
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/mission.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/antnews.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/mail.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/ant_in_anger.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/faq.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/legal.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/projects.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/cvs.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/external.html
   [delete] Deleting 
/usr/local/gump/public/workspace/ant/apache-ant-1.7alpha/docs/contributors.html
   [delete] Deleting 
/usr/local/gump/public/workspace/

AW: AW: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/op tion al/script ScriptDefBase.java ScriptDef.java

2004-07-08 Thread Jan . Materne
> >>  Log:
> >>  add a "self" reference for scriptdef
> >>  
> >>  Index: scriptdef.html
> >>   
> >>  +  The name "self" (since Ant 1.6.3) is a 
> >>
> >>
> >
> >not in 1.6.2?
> >  
> >
> It can be in 1.6.2 if there is demand for it!.

I would appreciate that, but the question is:
Beta 1 is out - should we add changes which doesnt fix a real big bug?


Jan


AW: [GUMP@brutus]: ant/dist-ant failed

2004-07-08 Thread Jan . Materne
Gumpy was faster than Peter.
http://marc.theaimsgroup.com/?l=ant-dev&m=108921497526610&w=2

Jan

> -Ursprüngliche Nachricht-
> Von: Gump Integration Build [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 7. Juli 2004 22:13
> An: [EMAIL PROTECTED]
> Betreff: [EMAIL PROTECTED]: ant/dist-ant failed
> 
> To whom it may engage...
> 
> This is an automated request, but not an unsolicited one. For 
> more information please visit http://gump.apache.org/nagged.html, 
> and/or contact folk at [EMAIL PROTECTED]
> 
> Project dist-ant has an issue affecting its community integration.
> This issue affects 2 projects.
> Project State : 'Failed', Reason 'Build Failed'
> The following are affected:
> - jakarta-slide :  Content Management System based on 
> WebDAV technology
> - test-ant :  Java based build tool
> 
> 
> Full details are available at:
> 
> http://brutus.apache.org:8080/gump/ant/dist-ant/index.html
> 
> That said, some snippets follow:
> 
> 
> The following annotations were provided:
>  -INFO- Failed with reason build failed
>  -INFO- Enable "debug" output, due to build failure.
> 
> 
> The following work was performed:
> http://brutus.apache.org:8080/gump/ant/dist-ant/gump_work/buil
> d_ant_dist-ant.html
> Work Name: build_ant_dist-ant (Type: Build)
> State: Failed
> Elapsed: 0 hours, 0 minutes, 8 seconds
> Command Line: java -Djava.awt.headless=true 
> -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2
/java/build/xercesImpl.jar:/usr/local/gump/public/>
workspace/xml-xerces2/java/build/xml-apis.jar:/usr/local/gump/
> public/workspace/xml-commons/java/external/build/xml-apis.jar:
/usr/local/gump/public/workspace/xml-> xalan/java/build/xalan-unbundled.jar 
> org.apache.tools.ant.Main 
> -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml 
> -Dbuild.sysclasspath=only -Dchmod.fail=false distribution 
> [Working Directory: /usr/local/gump/public/workspace/ant]
> CLASSPATH : 
> /usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/
> workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/publi
> c/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/wo
> rkspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/work
> space/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspa
> ce/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace
> /ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspac
> e/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace
> /ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ant/boo
> tstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/a
> nt/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/xml-
> stylebook/bin/stylebook-1.0-b3_xalan-2.jar:/usr/local/gump/pub
> lic/workspace/dist/junit/junit.jar:/usr/local/gump/packages/an
> tlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-c
> ommons/logging/dist/commons-logging.jar:/usr/local/gump/public
> /workspace/jakarta-commons/logging/dist/commons-logging-api.ja
r:/usr/local/gump/public/workspace/jakarta->
commons/net/dist/commons-net-20040707.jar:/usr/local/gump/pack
> ages/jaf-1.0.1/activation.jar:/usr/local/gump/public/workspace
> /jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/ja
> karta-bsf/build/lib/bsf.jar:/usr/local/gump/public/workspace/l
> ogging-log4j/log4j-lf5-20040707.jar:/usr/local/gump/public/wor
> kspace/logging-log4j/log4j-chainsaw-20040707.jar:/usr/local/gu
> mp/public/workspace/logging-log4j/log4j-20040707.jar:/usr/loca
> l/gump/public/workspace/jakarta-oro/jakarta-oro-20040707.jar:/
> usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-r
> egexp-20040707.jar:/usr/local/gump/public/workspace/jakarta-se
> rvletapi-4/lib/servlet.jar:/usr/local/gump/packages/javamail-1
> .3/mail.jar:/usr/local/gump/packages/jdepend-2.6/lib/jdepend.j
> ar:/usr/local/gump/packages/jsch-0.1.14/dist/lib/jsch-gump.jar
:/usr/local/gump/public/workspace/xml->
commons/java/build/resolver.jar:/usr/local/gump/public/workspa
> ce/jrefactory/jar/jai_codec.jar:/usr/local/gump/public/workspa
> ce/jrefactory/jar/jai_co!
>  re.jar--
> ---
> Buildfile: build.xml
> 
> main_distribution:
> [mkdir] Created dir: 
> /usr/local/gump/public/workspace/ant/distribution
> [mkdir] Created dir: 
> /usr/local/gump/public/workspace/ant/distribution/src
> [mkdir] Created dir: 
> /usr/local/gump/public/workspace/ant/distribution/bin
> 
> prepare:
> 
> check_for_optional_packages:
> 
> javac.preset.1.5+:
> 
> javac.preset.1.5-:
> 
> javac.preset:
> 
> build:
> [javac.preset] Compiling 70 source files to 
> /usr/local/gump/public/workspace/ant/build/classes
> [javac.preset] 
> /usr/local/gump/public/workspace/ant/src/main/org/apache/tools
> /ant/taskdefs/optional/script/ScriptDef.java:333: cannot 
> resolve symbol
> [javac.preset] symbol  : variable self 
> [javac.preset] location: class 
> org.apache.tools.ant.taskdefs.optional.script.ScriptDef
> [javac.preset] runner.addBean("self", self

DO NOT REPLY [Bug 23404] - Allow Ant command-line property files to be loaded using variable substitution.

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23404

Allow Ant command-line property files to be loaded using variable substitution.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 04:46 ---
*** Bug 29958 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 29958] - propertyfile command line switch fails to expand properties internally

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29958

propertyfile command line switch fails to expand properties internally

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 04:46 ---


*** This bug has been marked as a duplicate of 23404 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 22129] - Provide a way to specify default excludes in a property file

2004-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=22129

Provide a way to specify default excludes in a property file





--- Additional Comments From [EMAIL PROTECTED]  2004-07-08 04:45 ---
Just a workaround with Ant 1.6+:









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]