On 18.01.2013, 15:05:07 Daniel Naber wrote:

> I'm now trying to change our code structure to a modular maven-based 
> approach, as documented at
> http://wiki.languagetool.org/switching-to-maven

Status update: I'm making good progress on this, but I'm not finished. 
We already have five Maven modules which should be working. We can build 
the stand-alone tool and the OXT with Maven. Only English is supported for 
now. I'll soon port the other languages one by one (each language will have 
its own Maven module).

If you want, you can try it out already:

1. Check out the code from the branch:
svn co 
https://languagetool.svn.sourceforge.net/svnroot/languagetool/branches/maven/

2. Type "mvn package" in the directory you just checked out. If you get a 
"BUILD SUCCESSFUL" message, everything is okay. If you don't have Maven
("mvn" is just the command name for Maven) you can get it at 
http://maven.apache.org/. "mvn" basically replaces "ant" for us.

Please do not yet commit anything in that branch.

What will happen next?

-I will port more languages to their own modules

-When all or the most important languages have been ported, we will do the 
switch:
everybody working on the code or rules will need to stop working on the old code
and check out the new code (that will be at yet another URL, not the branch 
from above)

-I will then fix the remaining problems one by one, while normal development
can continue

Let me know if you have any question. You don't have to care yet, I will write 
another
message in the next few days with detailed instructions.

Regards
 Daniel

-- 
http://www.danielnaber.de


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to