You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/06/05 14:02:43 UTC

DO NOT REPLY [Bug 45136] New: Ant fails to build module if username gots a "\" inside

https://issues.apache.org/bugzilla/show_bug.cgi?id=45136

           Summary: Ant fails to build module if username gots a "\" inside
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: tkrah@fachschaft.imn.htwk-leipzig.de


Hi.
I've switched user management to likewise-open which maps uids to usernames
like this:

DOMAIN\username

If i clean and build my project with "username" its working.
If i change my username to "DOMAIN\username" style, it breaks with this
message:

build:
     [echo]   Building module: 'test'
 [cond-ant] No changes for 'build' in module: 'test'

Although build directory is empty and cleaned before.

Can anyone tell me what so wrong with this username? 1.6.5 and 1.7.0 doesnt
matter.
Or does anyone got some info what else could cause this? I can only tell what
i've done to make it work and let it break, and thats the username switch.
If you need debug info tell please.


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136





--- Comment #2 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 05:40:43 PST ---
Created an attachment (id=22078)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22078)
Ant Diagnostic


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136


Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED




--- Comment #4 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 05:42:51 PST ---
Done. Hope it helps.


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136





--- Comment #6 from Steve Loughran <st...@apache.org>  2008-06-05 06:59:36 PST ---
I dont see any reason why the user name change should cause trouble, as in fact
user.home stays unchanged. 

Maybe it is whatever is used to determine what is out of date, which appears to
be  some third party component


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136


Steve Loughran <st...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Steve Loughran <st...@apache.org>  2008-06-05 05:15:37 PST ---
This seems pretty unexpected; I'm trying to think what could happen here, and
all that springs to mind is that the classpath generation gets screwed up in
ANT.BAT when it looks for JARs under ${user.home}/lib

1. Can you include the entire output of ant -diagnostics so we can see what Ant
makes of your machine

2. Do a build with : 
ant -debug > out.txt  to capture the full output from the run, and attach that
too. 
Thanks!


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136





--- Comment #5 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 05:49:11 PST ---
Created an attachment (id=22080)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22080)
Ant Diagnostic

Ant Diagnostic with "username".


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136


Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 07:21:35 PST ---
Hm than its my fault to blame ant, sorry. I'll take a look at antmod.


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136


Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |45142




--- Comment #8 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 10:16:24 PST ---
https://issues.apache.org/bugzilla/show_bug.cgi?id=45142 - i think this is the
real cause, because my "timestamp" dir gets not deleted.


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

DO NOT REPLY [Bug 45136] Ant fails to build module if username gots a "\" inside

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45136





--- Comment #3 from Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>  2008-06-05 05:42:24 PST ---
Created an attachment (id=22079)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22079)
Util debug log "build" target


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