[Laszlo-dev] what IDE do you use for editing the LPS-Core?
P T Withington
ptw at pobox.com
Mon Apr 6 06:28:11 PDT 2009
Wait. I think the problem is just with your svn(s). You must be
using a GUI svn (subclipse?) to check out your sources that is newer
than the svn that ant is invoking, so when you do `ant make`, and it
calls the command-line svn, the command-line svn can't read the newer
format that the GUI svn created.
You should check the versions of your GUI svn and your command-line
svn, they need to be the same.
See http://subversion.tigris.org/faq.html#broken-subclipse
The fix is probably to upgrade your command-line client.
On 2009-04-06, at 08:59EDT, Sebastian Wagner wrote:
> hm I was hoping anybody using a way of editing source files of this
> century ^^
>
> the problem about using eclipse is that it generates invalid SVN
> tags/properties sothat the build process does generate a
> *repository-info.xml*
>
> with this content:
> svn: This client is too old to work with working copy
> '/Users/sebastianwagner/Documents/workspace_j5/trunk_timeout'; please
> get a newer Subversion client
> <?xml version="1.0"?>
> <info>
>
> as this is not a valid xml file the hole build process stops with:
> BUILD FAILED
> /Users/sebastianwagner/Documents/workspace_j5/trunk_timeout/build-
> tools/build-opt.xml:28:
> org.xml.sax.SAXParseException: Content is not allowed in prolog.
>
> and as this info file gets re-created at every build you cannot
> *repair* it to a valid XML again
>
> ... and I don't know which SVN-props are now wrong so I end up every
> time with a new checkout of trunk.
>
> sebastian
>
> 2009/4/6 Raju Bitter <rajubitter at me.com>:
>> I don't know of any of the OL core members using an IDE, it's
>> probably Vi(m)
>> or Emacs. I used the Spket IDE plugin before, but that's not really
>> the best
>> solution.
>>
>> - Raju
>>
>> Am 06.04.2009 um 13:20 schrieb Sebastian Wagner:
>>
>> or what setup?
>>
>> actually I don't find any setup that does not lead to re-checkout
>>
>> trunk every week ... or does force you to work with command line
>>
>> tools.
>>
>> sebastian
>>
>> --
>>
>> Sebastian Wagner
>>
>> http://www.webbase-design.de
>>
>> http://openmeetings.googlecode.com
>>
>> http://www.laszlo-forum.de
>>
>> seba.wagner at gmail.com
>>
>>
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.laszlo-forum.de
> seba.wagner at gmail.com
More information about the Laszlo-dev
mailing list