Hi Alex,
I also use netbeans for Squirrel and it works for me so I guess there is a difference in our setups. I'm on latest Netbeans and Squirrel.
I find the trick is to setup Netbeans to know about sql12/core/src and then just the one plugin I happen to be working on at the time.
I've enclosed my build.xml and my nbproject/project.xml - note my git checkout is to p:\NetBeansProjects\SquirrelSQL\git and my project root is p:\NetBeansProjects\SquirrelSQL.
It could be that for a free-form project in NetBeans, the classpath within NetBeans doesn't pick up from the build.xml - in which case the below error would be from the IDE (cannot find the libraries) rather than the ANT build? The project.xml I've attached sets up an appropriate java sources classpath, though you can set one yourself by going into Project Properties in the IDE.
Hope this helps.
Neville
From: ale...@bl...
To: squ...@li...
Date: Tue, 3 Nov 2015 23:03:54 +0000
Subject: Re: [Squirrel-sql-users] Scripting MS SQL 2012 stored procedure
I wanted to troubleshoot the issue below and checked out the source code from git, built with Ant successfully and created a project in Netbeans from the sources.
After I followed this
http://squirrel-sql.sourceforge.net/index.php?page=programing and opened the directory core/src in Netbeans, I cannot compile due to an error stating the org.apache etc packages are not found.
But I can see the commons* packages in the project tree.
What am I doing wrong?
Thank you
Alex
From: Alex Malmyguine [mailto:ale...@bl...]
Sent: Wednesday, October 28, 2015 10:51 AM
To: squ...@li...
Subject: [Squirrel-sql-users] Scripting MS SQL 2012 stored procedure
Good morning,
Using version 3.6 with either MS JDBC 4.1 driver or JTDS 1.3.1 driver, I can list the stored procedures in a schema, then use popup menu/SQL server/Script procedure.
But it opens SQL tab with only a GO statement on the 2nd line in the editor. What am I doing wrong?
Thank you!
Alex
------------------------------------------------------------------------------
_______________________________________________
Squirrel-sql-users mailing list
Squ...@li...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |