DO NOT REPLY [Bug 35719] - Build fails

2005-07-13 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=35719





--- Additional Comments From [EMAIL PROTECTED]  2005-07-13 23:46 ---
I got the build to work by untarring the file using tar (cygwin); when using
WinZip (latest version 9.0 SR-1 6224) to extract the archive -- first making
sure that the option "Allow all upper case file names" is checked, the wrong
directory structure is created:

 Directory of C:\000\Ant\ant-1.7-build

07/13/2005  17:33  .
07/13/2005  17:33  ..
07/13/2005  17:34  ant
07/13/2005  17:33  httptasks
07/13/2005  17:33  junit
07/13/2005  17:33  proposal
07/13/2005  17:33  sandbox
07/13/2005  17:33  src

The directories other than "ant" are misplaced (they should be under the "ant"
directory.) Note that only some directories are extracted to the wrong place;
most are correctly extracted.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35719] - Build fails

2005-07-13 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=35719


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2005-07-13 20:31 ---
This class is in exactly the same package, the build works for me with jdk
1.4.2_08 and 1.5.0_02. Could you please verify if the unpacked directory
structure is complete and the downloaded file has the right size?

(ant_20050713101200.tar.gz : 9.375.870 bytes)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35718] - Allow URI for import task

2005-07-13 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=35718





--- Additional Comments From [EMAIL PROTECTED]  2005-07-13 19:12 ---
(In reply to comment #1)
> Just curious, how would you maintain recreatability for old 
> tags/levels/(insert
> your SCM system's notion of a snapshot)?

I agree that this enhancement would not be used by everyone, but I do think that
it provides good functionality that many others will use (including us). 
Because some people dont want to use it or cannot due to their requirements,
that should not keep the enhancement from being created.

As to respond to your curiosity, it was unfortunately determined long ago here
that actual binaries of each version or maintained.  The source is also
maintained and linked to the binaries, but being able to re-build old binaries
from old source is not a requirement.  But that is off topic.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35719] - Build fails

2005-07-13 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=35719


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|other   |Windows XP
   Platform|Other   |All




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35719] New: - Build fails

2005-07-13 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=35719

   Summary: Build fails
   Product: Ant
   Version: 1.7Alpha (nightly)
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Build Process
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


Downloaded nightly build ant_20050713101200.tar.gz; build fails.

Running Windows XP Pro SP2 with all the latest updates.

~~
C:\000\Ant\ant-1.7-build\ant>build.bat

... Bootstrapping Ant Distribution
JAVA_HOME=C:\Program Files\java\jdk1.5.0_04
JAVA=C:\Program Files\java\jdk1.5.0_04\bin\java
JAVAC=C:\Program Files\java\jdk1.5.0_04\bin\javac
CLASSPATH=C:\Program
Files\java\jdk1.5.0_04\lib\tools.jar;lib\optional\junit-3.8.1.jar;lib\xercesImpl.jar;lib\xml-apis.jar;build\classes;src\main;

... Compiling Ant Classes
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

... Copying Required Files
src\main\org\apache\tools\ant\taskdefs\defaults.properties
1 file(s) copied.
src\main\org\apache\tools\ant\types\defaults.properties
1 file(s) copied.

... Building Ant Distribution
Buildfile: build.xml

bootstrap:

prepare:

check_for_optional_packages:

build:
Created dir: C:\000\Ant\ant-1.7-build\ant\build\lib
Compiling 277 source files to C:\000\Ant\ant-1.7-build\ant\build\classes
C:\000\Ant\ant-1.7-build\ant\src\main\org\apache\tools\ant\taskdefs\optional\depend\constantpool\ConstantPool.java:260:
cannot find symbol
symbol  : class InterfaceMethodRefCPInfo
location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool
if (element instanceof InterfaceMethodRefCPInfo) {
   ^
C:\000\Ant\ant-1.7-build\ant\src\main\org\apache\tools\ant\taskdefs\optional\depend\constantpool\ConstantPool.java:261:
cannot find symbol
symbol  : class InterfaceMethodRefCPInfo
location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool
InterfaceMethodRefCPInfo interfaceMethodRefEntry
^
C:\000\Ant\ant-1.7-build\ant\src\main\org\apache\tools\ant\taskdefs\optional\depend\constantpool\ConstantPool.java:262:
cannot find symbol
symbol  : class InterfaceMethodRefCPInfo
location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool
 = (InterfaceMethodRefCPInfo) element;
^
C:\000\Ant\ant-1.7-build\ant\src\main\org\apache\tools\ant\taskdefs\optional\depend\constantpool\ConstantPoolEntry.java:150:
cannot find symbol
symbol  : class InterfaceMethodRefCPInfo
location: class
org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPoolEntry
cpInfo = new InterfaceMethodRefCPInfo();
 ^
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
4 errors

BUILD FAILED
C:\000\Ant\ant-1.7-build\ant\build.xml:1105: The following error occurred while
executing this line:
C:\000\Ant\ant-1.7-build\ant\build.xml:665: Compile failed; see the compiler
error output for details.

Total time: 7 seconds

... Cleaning Up Build Directories

... Done Bootstrapping Ant Distribution
Bootstrap FAILED

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35718] - Allow URI for import task

2005-07-13 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=35718





--- Additional Comments From [EMAIL PROTECTED]  2005-07-13 17:34 ---
Just curious, how would you maintain recreatability for old tags/levels/(insert
your SCM system's notion of a snapshot)?

Maybe you don't have to worry about such things (and lucky you if that is the
case!), but I don't see how you can recreate an old build if you are statically
pointing to a single location that is always "new".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35718] New: - Allow URI for import task

2005-07-13 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=35718

   Summary: Allow URI for import task
   Product: Ant
   Version: unspecified
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Core tasks
AssignedTo: dev@ant.apache.org
ReportedBy: [EMAIL PROTECTED]


It would be great to be able to import from any URI.  For example, we have a
master global build file which all of our projects import from and extend off
of.  Currently, whenever we update our master global build, we have to send out
notice to hundreds of developers to go to source control to checkout the latest
version.  We would like a URI ability so that we could host the file on a
webserver so that we could push new versions out easier.

This might be done adding in a new attribute called URI that could be used
instead of the FILE attribute.

EXAMPLE:  http://INTERNAL-SERVER/master-build.xml"/>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: and stream experts, Gump needs you

2005-07-13 Thread Stefan Bodewig
This is the best Leo could come up with

If you think you'd rather have access to vmgump, I can try to arrange
that.

Stefan

> is there a simple set of instructions on how to reproduce the problem?

I don't know about simple :-)

###
# Note the gump3 install on vmgump is documented at
#   http://wiki.apache.org/gump/VmgumpConfig
# so if you want to reproduce locally, just follow the instructions
# labelled as being related to gump3
ssh vmgump.apache.org
sudo bash
su - gump
cd /usr/local/gump/gump3/Gump3
svn up
$EDITOR pygump/python/gump/plugins/java/builder.py
# change the line that reads
#
#self._do_run_command(ant, args, projectpath, no_cleanup=True)
# to
#self._do_run_command(ant, args, projectpath, no_cleanup=False)
#
# save file.

# this file is regenerated by xalan's java_cup, so get rid of it
rm \
pygump/work/gump3-test/xml/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XPathParser.java

crontab -l | grep gump3
# get the line that looks like its the gump3 test run,
# and run that, perhaps modified a little, eg perhaps
/bin/bash gump run --do-updates --do-builds --debug \
   --local-module-name=gump3-packages

# you can then rerun just the xalan build using something like this
rm \
pygump/work/gump3-test/xml/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XPathParser.java
/bin/bash gump run --do-builds --debug \
   --local-module-name=gump3-packages -p xalan
###

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



DO NOT REPLY [Bug 34458] - with an embedded reference and <*ant*> conflict

2005-07-13 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=34458





--- Additional Comments From [EMAIL PROTECTED]  2005-07-13 10:40 ---
(In reply to comment #6)
> Created an attachment (id=14734)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14734&action=view) 
[edit]
> A custom  element to set a computed ID (without using id="")
> 

How do i compile the class?
I believe it to be not compilable as it is attached. Problems:
- "Sequential" is not imported. Is it 
"org.apache.tools.ant.taskdefs.Sequential"?
- The "Sequential" class included in Ant 1.6.5 does not have the method 
"isActive()".
- The class "TaskUtils" is not part of any package of the Ant 1.6.5 API. Where 
do i find it?

I would be very thankful for hints on how to compile it, because i believe it 
could help me in getting my 
build files working.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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