Re: [ANN] Ant 1.5.2 Released!

2003-03-04 Thread Conor MacNeill
Steve Cohen wrote:
Congratulations.
One minor quibble - WHATSNEW does not mention any of the significant
revisions to the starteam optional tasks, which are in this release.
That's my fault - I was a little remiss with the WHATSNEW file.
Conor



Re: building optional tasks

2003-03-04 Thread Conor MacNeill
Steve Cohen wrote:
Finally, the Library Dependencies section of
http://ant.apache.org/manual/index.html still states that for the ftp
and telnet tasks, netcomponents.jar must be downloaded from
www.savarese.org/oro/downloads.  However, the code of the ant tasks has
been changed to use
commons-net-1.0.0.jar for these tasks, which is now obtainable from
http://jakarta.apache.org/commons.net/download.html.  While I haven't
tried the manual's way, I doubt it will work since the ant code now uses
the new commons-net package names.
I believe 1.5.2 still uses the oroinc classes. 1.6 uses the commons
version and the manual has been updated accordingly.
Conor




DO NOT REPLY [Bug 17625] New: - COPY task on Win NT across Network drive fails

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17625

COPY task on Win NT across Network drive fails

   Summary: COPY task on Win NT across Network drive fails
   Product: Ant
   Version: 1.5.1
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When you use an empty  task with todir and file attrbutes and the todir
folder is on a Mapped drive on another windows system, but the copy is initiated
from an NT system, the copy fails with no errors or warnings.

For example:

Where M is a mapped drive to another Windows system.

The above task will report no errors or warnings, but will also not run.
If you modify this slightly:

  

  


The modified version works.

I can work with the modified version, it just gets to be a pain because the
error only happens when you initiate the copy from a Windows NT system and we
have many because we need to validate that the software works on NT for our
customers.  The same copy that failed above on NT will work on Windows 2000 and
XP (haven't tested on other platforms)

Thanks,
Rey


DO NOT REPLY [Bug 15469] - Use of custom DataType outputs "Overriding previous definition of reference" warning

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=15469

Use of custom DataType outputs "Overriding previous definition of reference" 
warning

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 01:58 ---
Confirmed that 1.5.2 final fixes this.  Thanks guys!


RE: building optional tasks

2003-03-04 Thread Steve Cohen
Yes, you are correct.  Thanks, and my apologies.  I failed to look at the 
branch labels when I was scanning CVS.


-Original Message-
From:   Conor MacNeill [mailto:[EMAIL PROTECTED]
Sent:   Mon 3/3/2003 7:15 PM
To: Ant Developers List
Cc: 
Subject:Re: building optional tasks

Steve Cohen wrote:
> 
> Finally, the Library Dependencies section of
> http://ant.apache.org/manual/index.html still states that for the ftp
> and telnet tasks, netcomponents.jar must be downloaded from
> www.savarese.org/oro/downloads.  However, the code of the ant tasks has
> been changed to use
> commons-net-1.0.0.jar for these tasks, which is now obtainable from
> http://jakarta.apache.org/commons.net/download.html.  While I haven't
> tried the manual's way, I doubt it will work since the ant code now uses
> the new commons-net package names.
> 

I believe 1.5.2 still uses the oroinc classes. 1.6 uses the commons
version and the manual has been updated accordingly.


Conor






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





[SUBMIT] scp

2003-03-04 Thread Joe Consumer
Rationale for scp task:
Scp is the preferred choice for remote users.  Many
servers only expose SSH for remote access.  Scp is
used quite often to send files to a remote server,
which depends on the developer having a scp client for
his/her platform.  Java developers need a portable
integrated solution for accessing scp through their
build scripts.

This source depends on the jsch-0.1.0+ library found
at: http://www.jcraft.com/jsch/

(I did not have access to CVS so I included the whole
file for defaults.properties and optional-task.html.)

charlie

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/<>


DO NOT REPLY [Bug 17634] New: - ant failed, in manifest Task , error in UTF8 convertion

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17634

ant failed, in manifest Task , error in UTF8 convertion

   Summary: ant failed, in manifest Task , error in UTF8 convertion
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Other
Status: NEW
  Severity: Critical
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


My manifest file doesn't contain any special caracter exept, the folowing
line...the ° character is the # symbol in french. This task works fine with ant
1.5.1.


-- start manifest file -
...
"Build-Library13: ext/eclipse-core-runtime.jar / n° version inconue"
...
-- end manifest file -


here an cut of my log in verbose mode:

-- start of console output in verbose mode -

[copy] icons\RepositoryRootNode.gif omitted as icons/RepositoryRootNode.gi
 [echo] P:\projects\ReferenceBrowsingUI/manifest.mf
  [jar] error while reading original manifest: error in opening zip file
  [jar] Building jar: P:\soamai\becubic\lib\ReferenceBrowsingUI.jar

BUILD FAILED
file:P:/projects/MAKE/build.xml:623: Unable to read manifest file (null)
at org.apache.tools.ant.taskdefs.Jar.getManifest(Jar.java:281)
at org.apache.tools.ant.taskdefs.Jar.getManifest(Jar.java:221)
at org.apache.tools.ant.taskdefs.Jar.createManifest(Jar.java:337)
at org.apache.tools.ant.taskdefs.Jar.initZipOutputStream(Jar.java:323)
at org.apache.tools.ant.taskdefs.Zip.execute(Zip.java:404)
at org.apache.tools.ant.Task.perform(Task.java:341) 



--- Nested Exception ---
sun.io.MalformedInputException
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java(Compiled Code))
at java.io.InputStreamReader.convertInto(InputStreamReader.java:144)
at java.io.InputStreamReader.fill(InputStreamReader.java:193)
at java.io.InputStreamReader.read(InputStreamReader.java:256)
at java.io.BufferedReader.fill(BufferedReader.java:145)
at java.io.BufferedReader.readLine(BufferedReader.java(Compiled Code))
at java.io.BufferedReader.readLine(BufferedReader.java:368)
at 
org.apache.tools.ant.taskdefs.Manifest$Section.read(Manifest.java:419)
at 
at org.apache.tools.ant.taskdefs.Jar.getManifest(Jar.java:275)
at org.apache.tools.ant.taskdefs.Jar.getManifest(Jar.java:221)
at org.apache.tools.ant.taskdefs.Jar.createManifest(Jar.java:337)
at org.apache.tools.ant.taskdefs.Jar.initZipOutputStream(Jar.java:323)
at org.apache.tools.ant.taskdefs.Zip.execute(Zip.java:404)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
at org.apache.tools.ant.Main.runBuild(Main.java:609)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
-- end of console output in verbose mode -


DO NOT REPLY [Bug 17634] - ant failed, in manifest Task , error in UTF8 convertion

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17634

ant failed, in manifest Task , error in UTF8 convertion





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 11:40 ---
You should save your manifest file as UTF-8. The manifest spec isn't explicit  
that manifests are UTF-8 - but it does hint at it.
http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html"otherchar: any UTF-8 
character except NUL, CR and LF"The Ant 1.5.1 behaviour is to just use the 
default encoding but it means the resulting jar will work on a platform with a 
different default encoding.


DO NOT REPLY [Bug 17636] New: - EJB jar verify fails for Borland Enterprise Server 5.2

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17636

EJB jar verify fails for Borland Enterprise Server 5.2 

   Summary: EJB jar verify fails for Borland Enterprise Server 5.2
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Optional Tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I'm using Ant 1.5.2 to build an EJB 2.0 Jar file for deployment with Borland 
Enterprise Server 5.2. If verify is requested, the build fails due to incorrect 
arguments passed to iastool. Looking at the source 
(BorlandDeploymentTool.java), I can see that the code is attemting to set the 
iastool classpath using a '-VBJclasspath' argument which is not valid in the 
5.2 version of iastool.  An argument of '-classpath' does however correctly set 
the iastool classpath (though not documented in the iastool usage).


DO NOT REPLY [Bug 17636] - EJB jar verify fails for Borland Enterprise Server 5.2

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17636

EJB jar verify fails for Borland Enterprise Server 5.2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
Summary|EJB jar verify fails for|EJB jar verify fails for
   |Borland Enterprise Server   |Borland Enterprise Server
   |5.2 |5.2



--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 16:02 ---
If you start "iastool.exe -help" you get:
...
sage: .\iastool.exe <-options> 
where options include:
   ...
   -classpath  Same as -classpath/a

But that´s the same for BES 5.0.1.


DO NOT REPLY [Bug 17640] New: - building ant: chmod returned -1

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17640

building ant: chmod returned -1

   Summary: building ant: chmod returned -1
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Build Process
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When building ant via the command line "build.sh ant dist" will fail on linux
with the error
"file:/work/bsmith/export/buildtools/imports/ant1.5/build.xml:788: chmod
returned: -1"

Apparently ant is passing too many arguments to chmod. If you look at lines 788
and 862 of build.xml, you will see that these should both specify "dir" instead
of "file" for the type attribute. Making this change corrects the problem.


DO NOT REPLY [Bug 17640] - building ant: chmod returned -1

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17640

building ant: chmod returned -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 17:38 ---
Sorry, the command line is "build.sh dist".


DO NOT REPLY [Bug 17640] - building ant: chmod returned -1

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17640

building ant: chmod returned -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 17:49 ---
Sorry, the proposed change fixes the build break but doesn't perform the
appropriate task. 

I guess for now the parallel="false" attribute is my only solution.


DO NOT REPLY [Bug 17640] - building ant: chmod returned -1

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17640

building ant: chmod returned -1





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 18:04 ---
You can also add '-Dchmod.fail=false' to the command line

Jesse


DO NOT REPLY [Bug 17641] New: - New archiving formats .sit .hqx

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17641

New archiving formats .sit .hqx

   Summary: New archiving formats .sit .hqx
   Product: Ant
   Version: unspecified
  Platform: All
OS/Version: Other
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


As new addition to the archiving formats, I'd like to add 
.sit 

and

.hxq
http://arginine.chem.cornell.edu/~emb22/xplat/xplat.comp.html#comp.hqx

which are commonly found on the Mac.


DO NOT REPLY [Bug 17642] New: - location of env command in is incorrect

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17642

location of env command in 
 is incorrect

   Summary: location of env command in
 is
incorrect
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Build Process
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The file  sets the location
of 'env' command to /usr/bin/env, which may not be correct on some systems (on
mine it was in /bin). The best way is to use just "env".

The error I got was as follows:

... Bootstrapping Ant Distribution
... Compiling Ant Classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
... Copying Required Files
... Building Ant Distribution
Buildfile: build.xml
java.io.IOException: java.io.IOException: /usr/bin/env: not found
at java.lang.UNIXProcess.(UNIXProcess.java:143)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:647)
at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:417)
at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:428)
at
org.apache.tools.ant.taskdefs.Execute.getProcEnvironment(Execute.java:180)
at 
org.apache.tools.ant.taskdefs.Property.loadEnvironment(Property.java:455)
at org.apache.tools.ant.taskdefs.Property.execute(Property.java:359)
at
org.apache.tools.ant.helper.ProjectHelperImpl$TaskHandler.finished(ProjectHelperImpl.java:821)
at
org.apache.tools.ant.helper.ProjectHelperImpl$AbstractHandler.endElement(ProjectHelperImpl.java:300)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown 
Source)
at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at
org.apache.tools.ant.helper.ProjectHelperImpl.parse(ProjectHelperImpl.java:155)
at
org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:117)
at org.apache.tools.ant.Main.runBuild(Main.java:597)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)


DO NOT REPLY [Bug 17646] New: - Starteam Checkout Not Handling Deleted Labels

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17646

Starteam Checkout Not Handling Deleted Labels

   Summary: Starteam Checkout Not Handling Deleted Labels
   Product: Ant
   Version: 1.5.2
  Platform: Other
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Optional Tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Our Starteam project has some labels that were deleted.  Then readded with the 
same label name.  Starteam must hold on to the old label, just marking it with 
a deleted flag.  TreeBasedTask.findLabel() needs to query with 
com.starbase.starteam.Label.isDeleted(), otherwise the labelInUse can get set 
to a deleted label.  

Partial "ant -debug" below...
Setting project property: c1ps.stProjectname -> ps
Setting project property: c1ps.stViewname -> c1_prod-02-branch_maint
Setting project property: c1ps.stUrl -> thor:49201/ps/c1_prod-02-branch_maint
Setting project property: c1ps.stServerRootFolder.base -> /charterone
Setting project property: c1ps.stLocalRootFolder -> ./s1
[stcheckout] StarTeam version: StarGate SDK 5.1.2, Build 264
[stcheckout] checking label TR006
[stcheckout] checking label TR003
[stcheckout] using label TR003
[stcheckout] Ignoring createworkingdirs while using a revision label.  Folders 
will be created only as needed.
[stcheckout] Recursive Checkout from: ps\charterone\com\brokatfs\charterone\
[stcheckout]   Checking out to: O:\c1\ant-scripts\src2\.\s1
\com\brokatfs\charterone
[stcheckout]   Using revision label TR003
[stcheckout]   Items will be checked out with no change in lock status.
[stcheckout]   Items will be checked out with the current timestamp.
[stcheckout]   Items will be checked out in accordance with repository status.
[stcheckout]   Local items not found in the repository will be deleted.
[stcheckout]   Directories will be created only where needed to check out files.

BUILD FAILED
file:O:/c1/ant-scripts/src2/build.xml:223: The attempted operation was not 
completed. The specified label has been deleted.
at org.apache.tools.ant.taskdefs.optional.starteam.TreeBasedTask.execute
(TreeBasedTask.java:560)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
at org.apache.tools.ant.Main.runBuild(Main.java:609)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)
--- Nested Exception ---
The attempted operation was not completed. The specified label has been deleted.
at com.starbase.starteam.vts.comm.BinaryCommand.popException
(BinaryCommand.java:643)
at com.starbase.starteam.vts.comm.Command.pop(Command.java:303)
at com.starbase.starteam.vts.comm.BinaryCommand.readInt
(BinaryCommand.java:183)
at com.starbase.starteam.vts.comm.BinaryCommand.readIntArray
(BinaryCommand.java:318)
at com.starbase.starteam.CmdGetLabelItemIDs.pop
(CmdGetLabelItemIDs.java:51)
at com.starbase.starteam.vts.comm.CommandMacro.execute
(CommandMacro.java:107)
at com.starbase.starteam.Label.getLabeledItemIDs(Label.java:533)
at 
org.apache.tools.ant.taskdefs.optional.starteam.StarTeamCheckout.visit
(StarTeamCheckout.java:350)
at org.apache.tools.ant.taskdefs.optional.starteam.TreeBasedTask.execute
(TreeBasedTask.java:557)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.tools.ant.Target.execute(Target.java:309)
at org.apache.tools.ant.Target.performTasks(Target.java:336)
at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
at org.apache.tools.ant.Main.runBuild(Main.java:609)
at org.apache.tools.ant.Main.start(Main.java:196)
at org.apache.tools.ant.Main.main(Main.java:235)

Total time: 7 seconds
O:\c1\ant-scripts\src2>


Full "ant -debug"...
Apache Ant version 1.5.2 compiled on February 28 2003
Buildfile: build.xml
Detected Java version: 1.3 in: j:\jre
Detected OS: Windows 2000
 +User task: propertyfile 
org.apache.tools.ant.taskdefs.optional.PropertyFile
 +User task: vsscheckin 
org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKIN
 +User task: sql org.apache.tools.ant.taskdefs.SQLExec
 +User task: cvspass org.apache.tools.ant.taskdefs.CVSPass
 +User task: p4reopen 
org.a

DO NOT REPLY [Bug 17647] New: - Jar

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17647

Jar

   Summary: Jar
   Product: Ant
   Version: 1.5
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


DO NOT REPLY [Bug 17647] - Jar

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17647

Jar

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 20:47 ---
Messed up, no bug.


DO NOT REPLY [Bug 17646] - Starteam Checkout Not Handling Deleted Labels

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17646

Starteam Checkout Not Handling Deleted Labels

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Platform|Other   |PC


DO NOT REPLY [Bug 17646] - Starteam Checkout Not Handling Deleted Labels

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17646

Starteam Checkout Not Handling Deleted Labels





--- Additional Comments From [EMAIL PROTECTED]  2003-03-04 21:17 ---
I'll take a look at this.  This is one use case I hadn't had to deal with or
envisioned.  It looks easy enough to fix.


DO NOT REPLY [Bug 17648] New: - not working for zip task

2003-03-04 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=17648

 not working for zip task

   Summary:  not working for zip task
   Product: Ant
   Version: 1.5.2
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Under 1.5.2, this  element will not add the file to the zip file. 
It work Ok under 1.5.1


How do you communicate with an administrator of bugzilla?

2003-03-04 Thread Steve Cohen
I want to change the email address by which I am known to Bugzilla.
There is no interface to do this that I was able to find..  I added a
new login, but now I realize that that I've just doubled my email load.
I've been all over the accessible Apache bugzilla pages and I find no
way to communicate with an admin.  Can someone provide one?

Thanks.

---
Steve Cohen
Sr. Software Engineer
Sportvision Inc.
[EMAIL PROTECTED]
http://www.sportvision.com

Please note: As a result of the merger of 
Ignite Sports and Sportvision, my email address 
has changed to [EMAIL PROTECTED]