DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #2 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-04 23:25:03 PST --- There are two different places where basedirs might get resolved. One is in Project#setBaseDir which may be invoked with . if Project#getBasedir is

DO NOT REPLY [Bug 45746] task sql with child fileset that has child include with if attribute could not work properly

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45746 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #3 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-04 23:39:33 PST --- (In reply to comment #2) My guess is that something in your code invokes project.getBasedir() before the project's build file has been parsed. The

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #4 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-05 00:11:17 PST --- I think you misunderstood me. Your code, the code starting Ant, must be calling getBasedir before it is safe to do so, right now I don't see anything

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #5 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-05 00:36:43 PST --- When I am calling project.getBaseDir() before project.init() which is located in runBuild the problem is not solved because the retrieved directory is

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #6 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-05 01:04:05 PST --- I'm not suggesting you should invoke project.getBasedir earlier (prior to project.init), quite the opposite. Something is calling getBasedir on your

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #7 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-05 01:18:15 PST --- Let's see. Test.java is import org.apache.tools.ant.Main; public class Test { public static void main(String[] args) throws Exception {

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #8 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-05 01:24:43 PST --- Yes, user.dir may be read in some places but neither is directly related to setting the basedir. I am not agree with that again. The true is that

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #9 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-05 01:44:07 PST --- (In reply to comment #7) x.xml is project basedir=. echo${user.dir}/echo echo${basedir}/echo /project The build xml file is not full. Place

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #10 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-05 02:06:20 PST --- (In reply to comment #8) Yes, user.dir may be read in some places but neither is directly related to setting the basedir. I am not agree with

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #11 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-05 02:09:06 PST --- ?xml version=1.0 encoding=UTF-8? project name=SSHAntScriptTest basedir=. descriptionBuild file for SSH Ant Script tests./description

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #12 from Stefan Bodewig [EMAIL PROTECTED] 2008-09-05 02:18:52 PST --- would you please try my Test.java instead of a different Java class run from a JUnit test run form Maven 8-) The later really leaves too many unknowns

DO NOT REPLY [Bug 45739] Problems with BaseDir when the ant is started as Java library from Java Application

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45739 --- Comment #13 from Miroslav Nachev [EMAIL PROTECTED] 2008-09-05 03:03:16 PST --- Yes, when the test is not in maven and is not started from JUnit (4.x) the result is OK. -- Configure bugmail:

DO NOT REPLY [Bug 45750] New: URI support as source

2008-09-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45750 Summary: URI support as source Product: Ant Version: 1.7.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2

[jira] Created: (IVY-896) Support for GDF as a report output format

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
Support for GDF as a report output format - Key: IVY-896 URL: https://issues.apache.org/jira/browse/IVY-896 Project: Ivy Issue Type: New Feature Components: Core Affects Versions:

[jira] Updated: (IVY-896) Support for GDF as a report output format

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
[ https://issues.apache.org/jira/browse/IVY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nascif Abousalh-Neto updated IVY-896: - Attachment: gdf.xsl An XSL spreadsheet that converts Ivy resolution XML reports to GDF, the

[jira] Commented: (IVY-896) Support for GDF as a report output format

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
[ https://issues.apache.org/jira/browse/IVY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628827#action_12628827 ] Nascif Abousalh-Neto commented on IVY-896: -- Sorry, wrong link. Here is the correct

[jira] Created: (IVY-897) Add VPF as a reort output feature

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
Add VPF as a reort output feature - Key: IVY-897 URL: https://issues.apache.org/jira/browse/IVY-897 Project: Ivy Issue Type: New Feature Components: Core Affects Versions: 2.0.0-beta-1

[jira] Updated: (IVY-897) Add VPF as a reort output feature

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
[ https://issues.apache.org/jira/browse/IVY-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nascif Abousalh-Neto updated IVY-897: - Attachment: vpf.xsl XSL spreadsheet to convert Ivy resolution reports to Version Property

[jira] Updated: (IVY-897) Add VPF as a report output format

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
[ https://issues.apache.org/jira/browse/IVY-897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nascif Abousalh-Neto updated IVY-897: - Summary: Add VPF as a report output format (was: Add VPF as a reort output feature) Add

[jira] Updated: (IVY-896) Add GDF as a report output format

2008-09-05 Thread Nascif Abousalh-Neto (JIRA)
[ https://issues.apache.org/jira/browse/IVY-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nascif Abousalh-Neto updated IVY-896: - Attachment: j1.jpg The original graph Add GDF as a report output format