problem with appfuse:gen in windows

6 messages Options
Embed this post
Permalink
J. David Mendoza R.

problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink
There's a bug with the ant plugin
http://www.mail-archive.com/users@.../msg64744.html and is
triggered in windows default m2 repositories, cause there on the
"Documents and Settings" folder that contains spaces. :(

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

mraible

Re: problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink
It doesn't sound like we can fix this in AppFuse can we? Is it an Ant  
1.7.0 bug?

Thanks,

Matt

On Nov 27, 2007, at 8:11 AM, J. David Mendoza wrote:

> There's a bug with the ant plugin http://www.mail-archive.com/ 
> [hidden email]/msg64744.html and is triggered in windows  
> default m2 repositories, cause there on the "Documents and  
> Settings" folder that contains spaces. :(
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Mike Horwitz

Re: problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink


On 11/27/07, Matt Raible <[hidden email]> wrote:
It doesn't sound like we can fix this in AppFuse can we? Is it an Ant
1.7.0 bug?
 
 
It is fixed in Ant 1.7.1 which is yet to be released. The workaround for the moment is to make sure that both local repositories and projects on Windows platforms are held in directories whose paths contain no spaces.
 
Mike

Thanks,

Matt

On Nov 27, 2007, at 8:11 AM, J. David Mendoza wrote:

> There's a bug with the ant plugin http://www.mail-archive.com/
> users@.../msg64744.html and is triggered in windows
> default m2 repositories, cause there on the "Documents and
> Settings" folder that contains spaces. :(
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]


mraible

Re: problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)

On Nov 27, 2007, at 9:45 AM, Michael Horwitz wrote:



On 11/27/07, Matt Raible <[hidden email]> wrote:
It doesn't sound like we can fix this in AppFuse can we? Is it an Ant
1.7.0 bug?
 
 
It is fixed in Ant 1.7.1 which is yet to be released. The workaround for the moment is to make sure that both local repositories and projects on Windows platforms are held in directories whose paths contain no spaces.

A better workaround (IMHO of course) is that all AppFuse users buy themselves a MacBook Pro for Christmas. ;-)

Matt

 
Mike

Thanks,

Matt

On Nov 27, 2007, at 8:11 AM, J. David Mendoza wrote:

> There's a bug with the ant plugin http://www.mail-archive.com/
> users@.../msg64744.html and is triggered in windows
> default m2 repositories, cause there on the "Documents and
> Settings" folder that contains spaces. :(
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]



John Kwon

Re: problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink


On 11/27/07, Matt Raible <[hidden email]> wrote:
A better workaround (IMHO of course) is that all AppFuse users buy themselves a MacBook Pro for Christmas. ;-)

Thank you in advance for buying me a MacBook Pro!
Ocram Itnaf

Re: problem with appfuse:gen in windows

Reply Threaded More More options
Print post
Permalink
In reply to this post by J. David Mendoza R.
To prevent this error, change settings.xml in your .m2 directory to:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
    <localRepository>C:\Docume~1\username\.m2</localRepository>
</settings>


Replace username with your windows user name.

-- oi

J. David Mendoza R. wrote:
There's a bug with the ant plugin
http://www.mail-archive.com/users@maven.apache.org/msg64744.html and is
triggered in windows default m2 repositories, cause there on the
"Documents and Settings" folder that contains spaces. :(

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@appfuse.dev.java.net
For additional commands, e-mail: users-help@appfuse.dev.java.net